home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global oldDepth
- if the machineType = 256 then
- if the colorDepth < 8 then
- go("WinSetup")
- if not (the quickTimePresent) then
- go("NoQT")
- end if
- end if
- else
- if (the colorDepth <> 8) and not optionDown() then
- set oldDepth to the colorDepth
- set the colorDepth to 8
- end if
- if not (the quickTimePresent) then
- go("NoQT")
- end if
- end if
- set the stageColor to 0
- end
-
- on keyDown
- go(marker(1))
- end
-